Other than native i386 code, the page fault handler in the guest for
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 1 Jul 2005 15:45:39 +0000 (15:45 +0000)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 1 Jul 2005 15:45:39 +0000 (15:45 +0000)
commiteac337aae77274ffb7e0196db2cbae7710c3b00b
treeb8f70739eefc68d4aebfd2fe89f206db154c675f
parent580220fea273831afca4353e0b71896db4fa8749
Other than native i386 code, the page fault handler in the guest for
whatever reason ran a stack_trace even though another one is run from
die(). Since screen space is limited, duplicating (perhaps long) stack
traces seems quite wasteful. Patch removing this duplication below/attached.
Signed-off-by: Jan Beulich <JBeulich@novell.com>
linux-2.6.11-xen-sparse/arch/xen/i386/mm/fault.c